type runtime.notInHeapSlice
10 uses
runtime (current package)
malloc.go#L775: *(*notInHeapSlice)(unsafe.Pointer(&h.allArenas)) = notInHeapSlice{newArray, len(h.allArenas), int(size / goarch.PtrSize)}
mheap.go#L555: *(*notInHeapSlice)(unsafe.Pointer(&h.allspans)) = *(*notInHeapSlice)(unsafe.Pointer(&new))
mpagealloc_64bit.go#L85: sl := notInHeapSlice{(*notInHeap)(r), 0, entries}
mpagealloc_64bit.go#L255: sl := notInHeapSlice{(*notInHeap)(r), int(n), int(n)}
mranges.go#L255: ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
mranges.go#L382: ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
mranges.go#L452: ranges := (*notInHeapSlice)(unsafe.Pointer(&b.ranges))
slice.go#L22: type notInHeapSlice struct {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |